home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / UNPROPTC.LZH / SK111C.UNP < prev    next >
Text File  |  1984-12-24  |  2KB  |  43 lines

  1. The following documents the procedure to unprotect the copy-protected
  2. version of Sidekick ver. 1.11c.  All four sk programs calls a subroutine
  3. to check for the modified track on the original.
  4.  
  5. The procedure is as follow:
  6. * The user input is everything within the square bracket [].
  7.  
  8. 1.  Copy debug.com & all sidekick programs onto a new disk.
  9.     Put it in drive A.
  10. 2.  At DOS prompt, type [debug sk.com<enter>]
  11.     A>debug sk.com
  12. 3.  Then after the debug prompt, type [u 07fd<enter>]
  13.     -u 07fd
  14. 4.  Pls check the following carefully. If it does not match, you have a
  15.     different version.
  16.     XXXX:07FD BC0020    MOV    SP,2000
  17.     XXXX:0800 0E        PUSH   CS
  18.     XXXX:0801 E88686    CALL   8E8A
  19.     XXXX:0804 2E        CS:
  20.      .
  21.      .
  22.      .
  23. 5.  After the debug prompt, type [e 0801<enter>].
  24.     Then type [90 <space> 90 <space> 90 <enter>]
  25.     -e 0801
  26.     XXXX:0801 E8.90 86.90 86.90
  27. 6.  Then type [w<enter> q<enter>]
  28.     -w
  29.     -q
  30. 7.  Now you can copy the sidekick program to your harddisk and forget
  31.     about putting in the original disk in drive A every time you
  32.     start Sidekick.
  33.  
  34. For SKN.com, the program name in step 2 is SKN.COM.
  35. The address in step 3 is 07db.  The address in step 5 is 07df.
  36.  
  37. For SKC.com, the program name in step 2 is SKC.COM.
  38. The address in step 3 is 07b8.  The address in step 5 is 07bc.
  39.  
  40. For SKM.com, the program name in step 2 is SKM.COM.
  41. The address in step 3 is 076b.  The address in step 5 is 076f.
  42.  
  43.